Vcenter NamespaceManagement Supervisors Zones Bindings ListResult

Vcenter NamespaceManagement Supervisors Zones Bindings ListResult
Vcenter NamespaceManagement Supervisors Zones Bindings ListResult

The Vcenter NamespaceManagement Supervisors Zones Bindings ListResult schema contains the list of vSphere Zones associated with the Supervisor.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "zones": [
        {
            "zone": "string",
            "type": "string",
            "namespaces": [
                "string"
            ],
            "marked_for_removal": false,
            "status": "string",
            "messages": [
                {
                    "severity": "string",
                    "details": {
                        "id": "string",
                        "default_message": "string",
                        "args": [
                            "string"
                        ],
                        "params": {
                            "params": {
                                "s": "string",
                                "dt": "string",
                                "i": 0,
                                "d": "number",
                                "l": "Vapi Std NestedLocalizableMessage Object",
                                "format": "string",
                                "precision": 0
                            }
                        },
                        "localized": "string"
                    }
                }
            ],
            "resource_allocation": {
                "vm_reservations": [
                    {
                        "reserved_vm_class": "string",
                        "count": 0
                    }
                ]
            }
        }
    ]
}
zones
Required

List of vSphere Zones associated with the Supervisor.

This property was added in vSphere API 9.0.0.0.